home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / macslip2.6up / 2.0.6 Release Notes.rsrc / TEXT_138.txt < prev    next >
Text File  |  1995-01-11  |  403b  |  11 lines

  1. Additions to the MacSLIP Scripting Language
  2.  
  3. The define command (similar to the set command) allows the script to define permanent variables at script execution time. 
  4.  
  5.     define [/g] [/h] variable-name string
  6.  
  7. The /g flag sets the global attribute; the /h flag makes the variable's value hidden. NOTE: Don't prefix variable-name with ΓÇ£$ΓÇ¥. Example:
  8.  
  9.     define user "rick"
  10.     define /h password "abcdefgh"
  11.